Html Css Color HEX #EDDF01 Golden Yellow

📋 copy color: '#EDDF01'

red 237 ◦ green 223 ◦ blue 1

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

Shades of Golden Yellow #EDDF01

Tints of Golden Yellow #EDDF01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 51.41%
G = 48.37%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EDDF01 (or 0xEDDF01) is known color: Golden Yellow. HEX triplet: ED, DF and 01. RGB value is (237,223,1). Sum of RGB (Red+Green+Blue) = 237+223+1=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 1 (0.78% from 255 or 0.22% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDF01 is #1220FE. Grayscale: #CACACA. Windows color (decimal): -1188095 or 122861. OLE color: 122861.

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

Color convert

RGB 237 223 1 -
CMYK 0 0.06 1.00 0.07
HSL 56.44º 0.99% 0.47% -
HSV(B) 56.44º 1% 0.93% -
XYZ 61.32 70.78 10.46 -
YUV 201.88 14.64 153.05 -
System Red Green Blue C M Y K H S L
Decimal 237 223 1 0 0.06 1.00 0.07 56.44 0.99 0.47
Hex ED DF 1 0 6 64 7 38 63 2F
Octal 355 337 1 0 6 144 7 70 143 57
Binary 11101101 11011111 1 0 110 1100100 111 111000 1100011 101111

Color Harmonies of #EDDF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDF01

Black with #EDDF01

Text Example


Text Example

White with #EDDF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDF01; }

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

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

background-color css

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

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

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

border-color css

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

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

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