Html Css Color HEX #EDDF00 Golden Yellow

📋 copy color: '#EDDF00'

red 237 ◦ green 223 ◦ blue 0

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

Shades of Golden Yellow #EDDF00

Tints of Golden Yellow #EDDF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.52%
G = 48.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDDF00 (or 0xEDDF00) is known color: Golden Yellow. HEX triplet: ED, DF and 00. RGB value is (237,223,0). Sum of RGB (Red+Green+Blue) = 237+223+0=460 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.52% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 0 (0.39% from 255 or 0% from 460); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDF00 is #1220FF. Grayscale: #CACACA. Windows color (decimal): -1188096 or 57325. OLE color: 57325.

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

Color convert

RGB 237 223 0 -
CMYK 0 0.06 1 0.07
HSL 56.46º 1% 0.46% -
HSV(B) 56.46º 1% 0.93% -
XYZ 61.31 70.78 10.43 -
YUV 201.76 14.14 153.13 -
System Red Green Blue C M Y K H S L
Decimal 237 223 0 0 0.06 1 0.07 56.46 1 0.46
Hex ED DF 0 0 6 64 7 38 64 2E
Octal 355 337 0 0 6 144 7 70 144 56
Binary 11101101 11011111 0 0 110 1100100 111 111000 1100100 101110

Color Harmonies of #EDDF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF00

Black with #EDDF00

Text Example


Text Example

White with #EDDF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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