Html Css Color HEX #EDDA1E Broom

📋 copy color: '#EDDA1E'

red 237 ◦ green 218 ◦ blue 30

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

Shades of Broom #EDDA1E

Tints of Broom #EDDA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.19%

R = 48.87%
G = 44.95%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDDA1E (or 0xEDDA1E) is known color: Broom. HEX triplet: ED, DA and 1E. RGB value is (237,218,30). Sum of RGB (Red+Green+Blue) = 237+218+30=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 30 (12.11% from 255 or 6.19% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA1E is #1225E1. Grayscale: #CBCBCB. Windows color (decimal): -1189346 or 2022125. OLE color: 2022125.

HSL color Cylindrical-coordinate representation of color #EDDA1E: hue angle of 54.49º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EDDA1E is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 218 30 -
CMYK 0 0.08 0.87 0.07
HSL 54.49º 0.85% 0.52% -
HSV(B) 54.49º 0.87% 0.93% -
XYZ 60.23 68.24 11.23 -
YUV 202.25 30.79 152.79 -
System Red Green Blue C M Y K H S L
Decimal 237 218 30 0 0.08 0.87 0.07 54.49 0.85 0.52
Hex ED DA 1E 0 8 57 7 36 55 34
Octal 355 332 36 0 10 127 7 66 125 64
Binary 11101101 11011010 11110 0 1000 1010111 111 110110 1010101 110100

Color Harmonies of #EDDA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA1E

Black with #EDDA1E

Text Example


Text Example

White with #EDDA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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