Html Css Color HEX #EDED42 Starship

📋 copy color: '#EDED42'

red 237 ◦ green 237 ◦ blue 66

#EDED42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Starship #EDED42

Tints of Starship #EDED42

RGB

 RED value IS 237 (92.97% from 255) = 43.89%

 GREEN value IS 237 (92.97% from 255) = 43.89%

 BLUE value IS 66 (26.17% from 255) = 12.22%

R = 43.89%
G = 43.89%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDED42 (or 0xEDED42) is known color: Starship. HEX triplet: ED, ED and 42. RGB value is (237,237,66). Sum of RGB (Red+Green+Blue) = 237+237+66=540 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.89% from 540); Green value is 237 (92.97% from 255 or 43.89% from 540); Blue value is 66 (26.17% from 255 or 12.22% from 540); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDED42 is #1212BD. Grayscale: #DADADA. Windows color (decimal): -1184446 or 4386285. OLE color: 4386285.

HSL color Cylindrical-coordinate representation of color #EDED42: hue angle of 60º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDED42 is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 237 66 -
CMYK 0 0 0.72 0.07
HSL 60º 0.83% 0.59% -
HSV(B) 60º 0.72% 0.93% -
XYZ 66.19 78.97 16.91 -
YUV 217.51 42.5 141.9 -
System Red Green Blue C M Y K H S L
Decimal 237 237 66 0 0 0.72 0.07 60 0.83 0.59
Hex ED ED 42 0 0 48 7 3C 53 3B
Octal 355 355 102 0 0 110 7 74 123 73
Binary 11101101 11101101 1000010 0 0 1001000 111 111100 1010011 111011

Color Harmonies of #EDED42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED42

Black with #EDED42

Text Example


Text Example

White with #EDED42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED42; }

 p { color: rgb(237,237,66); }

 H1.HeaderClassName
 {
   color: #EDED42;
 }
 .AnyTagClassName
 {
   color: #EDED42;
 }
</style>

background-color css

<style>
 a { background-color: #EDED42; }

 a { background-color: rgb(237,237,66); }

 div.DivClassName
 {
   background-color: #EDED42;
 }
 .BgClassName
 {
   background-color: #EDED42;
 }
</style>

border-color css

<style>
 span { border-color: #EDED42; }

 span { border-color: rgb(237,237,66); }

 td.TdClassName
 {
   border-color: #EDED42;
 }
 .TagClassName
 {
   border-color: #EDED42;
 }
</style>