Html Css Color HEX #EDDD40 Starship

📋 copy color: '#EDDD40'

red 237 ◦ green 221 ◦ blue 64

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

Shades of Starship #EDDD40

Tints of Starship #EDDD40

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.34%

 BLUE value IS 64 (25.39% from 255) = 12.26%

R = 45.4%
G = 42.34%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EDDD40 (or 0xEDDD40) is known color: Starship. HEX triplet: ED, DD and 40. RGB value is (237,221,64). Sum of RGB (Red+Green+Blue) = 237+221+64=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 221 (86.72% from 255 or 42.34% from 522); Blue value is 64 (25.39% from 255 or 12.26% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDD40 is #1222BF. Grayscale: #D0D0D0. Windows color (decimal): -1188544 or 4251117. OLE color: 4251117.

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

Color convert

RGB 237 221 64 -
CMYK 0 0.07 0.73 0.07
HSL 54.45º 0.83% 0.59% -
HSV(B) 54.45º 0.73% 0.93% -
XYZ 61.71 70.09 15.13 -
YUV 207.89 46.8 148.77 -
System Red Green Blue C M Y K H S L
Decimal 237 221 64 0 0.07 0.73 0.07 54.45 0.83 0.59
Hex ED DD 40 0 7 49 7 36 53 3B
Octal 355 335 100 0 7 111 7 66 123 73
Binary 11101101 11011101 1000000 0 111 1001001 111 110110 1010011 111011

Color Harmonies of #EDDD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD40

Black with #EDDD40

Text Example


Text Example

White with #EDDD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD40; }

 p { color: rgb(237,221,64); }

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

background-color css

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

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

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

border-color css

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

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

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