Html Css Color HEX #EDDF05 Golden Yellow

📋 copy color: '#EDDF05'

red 237 ◦ green 223 ◦ blue 5

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

Shades of Golden Yellow #EDDF05

Tints of Golden Yellow #EDDF05

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.96%

 BLUE value IS 5 (2.34% from 255) = 1.08%

R = 50.97%
G = 47.96%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDDF05 (or 0xEDDF05) is known color: Golden Yellow. HEX triplet: ED, DF and 05. RGB value is (237,223,5). Sum of RGB (Red+Green+Blue) = 237+223+5=465 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.97% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 5 (2.34% from 255 or 1.08% from 465); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDF05 is #1220FA. Grayscale: #CBCBCB. Windows color (decimal): -1188091 or 385005. OLE color: 385005.

HSL color Cylindrical-coordinate representation of color #EDDF05: hue angle of 56.38º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDDF05 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 223 5 -
CMYK 0 0.06 0.98 0.07
HSL 56.38º 0.96% 0.47% -
HSV(B) 56.38º 0.98% 0.93% -
XYZ 61.34 70.79 10.57 -
YUV 202.33 16.64 152.73 -
System Red Green Blue C M Y K H S L
Decimal 237 223 5 0 0.06 0.98 0.07 56.38 0.96 0.47
Hex ED DF 5 0 6 62 7 38 60 2F
Octal 355 337 5 0 6 142 7 70 140 57
Binary 11101101 11011111 101 0 110 1100010 111 111000 1100000 101111

Color Harmonies of #EDDF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF05

Black with #EDDF05

Text Example


Text Example

White with #EDDF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF05; }

 p { color: rgb(237,223,5); }

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

background-color css

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

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

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

border-color css

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

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

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