Html Css Color HEX #EDE042 Starship

📋 copy color: '#EDE042'

red 237 ◦ green 224 ◦ blue 66

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

Shades of Starship #EDE042

Tints of Starship #EDE042

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.5%

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

R = 44.97%
G = 42.5%
B = 12.52%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EDE042 (or 0xEDE042) is known color: Starship. HEX triplet: ED, E0 and 42. RGB value is (237,224,66). Sum of RGB (Red+Green+Blue) = 237+224+66=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 66 (26.17% from 255 or 12.52% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE042 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE042 is #121FBD. Grayscale: #D2D2D2. Windows color (decimal): -1187774 or 4382957. OLE color: 4382957.

HSL color Cylindrical-coordinate representation of color #EDE042: hue angle of 55.44º 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 #EDE042 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 224 66 -
CMYK 0 0.05 0.72 0.07
HSL 55.44º 0.83% 0.59% -
HSV(B) 55.44º 0.72% 0.93% -
XYZ 62.56 71.71 15.7 -
YUV 209.88 46.81 147.35 -
System Red Green Blue C M Y K H S L
Decimal 237 224 66 0 0.05 0.72 0.07 55.44 0.83 0.59
Hex ED E0 42 0 5 48 7 37 53 3B
Octal 355 340 102 0 5 110 7 67 123 73
Binary 11101101 11100000 1000010 0 101 1001000 111 110111 1010011 111011

Color Harmonies of #EDE042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE042

Black with #EDE042

Text Example


Text Example

White with #EDE042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE042; }

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

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

background-color css

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

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

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

border-color css

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

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

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