Html Css Color HEX #EDDB01 Golden Yellow

📋 copy color: '#EDDB01'

red 237 ◦ green 219 ◦ blue 1

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

Shades of Golden Yellow #EDDB01

Tints of Golden Yellow #EDDB01

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.92%

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

R = 51.86%
G = 47.92%
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

#EDDB01 (or 0xEDDB01) is known color: Golden Yellow. HEX triplet: ED, DB and 01. RGB value is (237,219,1). Sum of RGB (Red+Green+Blue) = 237+219+1=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 1 (0.78% from 255 or 0.22% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDB01 is #1224FE. Grayscale: #C8C8C8. Windows color (decimal): -1189119 or 121837. OLE color: 121837.

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

Color convert

RGB 237 219 1 -
CMYK 0 0.08 1.00 0.07
HSL 55.42º 0.99% 0.47% -
HSV(B) 55.42º 1% 0.93% -
XYZ 60.26 68.67 10.11 -
YUV 199.53 15.96 154.73 -
System Red Green Blue C M Y K H S L
Decimal 237 219 1 0 0.08 1.00 0.07 55.42 0.99 0.47
Hex ED DB 1 0 8 64 7 37 63 2F
Octal 355 333 1 0 10 144 7 67 143 57
Binary 11101101 11011011 1 0 1000 1100100 111 110111 1100011 101111

Color Harmonies of #EDDB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB01

Black with #EDDB01

Text Example


Text Example

White with #EDDB01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB01; }

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

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

background-color css

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

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

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

border-color css

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

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

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