Html Css Color HEX #EDDA01 Golden Yellow

📋 copy color: '#EDDA01'

red 237 ◦ green 218 ◦ blue 1

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

Shades of Golden Yellow #EDDA01

Tints of Golden Yellow #EDDA01

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.81%

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

R = 51.97%
G = 47.81%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EDDA01 (or 0xEDDA01) is known color: Golden Yellow. HEX triplet: ED, DA and 01. RGB value is (237,218,1). Sum of RGB (Red+Green+Blue) = 237+218+1=456 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.97% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 1 (0.78% from 255 or 0.22% from 456); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDA01 is #1225FE. Grayscale: #C7C7C7. Windows color (decimal): -1189375 or 121581. OLE color: 121581.

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

Color convert

RGB 237 218 1 -
CMYK 0 0.08 1.00 0.07
HSL 55.17º 0.99% 0.47% -
HSV(B) 55.17º 1% 0.93% -
XYZ 60 68.15 10.02 -
YUV 198.94 16.29 155.14 -
System Red Green Blue C M Y K H S L
Decimal 237 218 1 0 0.08 1.00 0.07 55.17 0.99 0.47
Hex ED DA 1 0 8 64 7 37 63 2F
Octal 355 332 1 0 10 144 7 67 143 57
Binary 11101101 11011010 1 0 1000 1100100 111 110111 1100011 101111

Color Harmonies of #EDDA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA01

Black with #EDDA01

Text Example


Text Example

White with #EDDA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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