Html Css Color HEX #EDDA1D Broom

📋 copy color: '#EDDA1D'

red 237 ◦ green 218 ◦ blue 29

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

Shades of Broom #EDDA1D

Tints of Broom #EDDA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.99%

R = 48.97%
G = 45.04%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDDA1D (or 0xEDDA1D) is known color: Broom. HEX triplet: ED, DA and 1D. RGB value is (237,218,29). Sum of RGB (Red+Green+Blue) = 237+218+29=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 29 (11.72% from 255 or 5.99% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDA1D is #1225E2. Grayscale: #CACACA. Windows color (decimal): -1189347 or 1956589. OLE color: 1956589.

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

Color convert

RGB 237 218 29 -
CMYK 0 0.08 0.88 0.07
HSL 54.52º 0.85% 0.52% -
HSV(B) 54.52º 0.88% 0.93% -
XYZ 60.22 68.24 11.16 -
YUV 202.14 30.29 152.87 -
System Red Green Blue C M Y K H S L
Decimal 237 218 29 0 0.08 0.88 0.07 54.52 0.85 0.52
Hex ED DA 1D 0 8 58 7 37 55 34
Octal 355 332 35 0 10 130 7 67 125 64
Binary 11101101 11011010 11101 0 1000 1011000 111 110111 1010101 110100

Color Harmonies of #EDDA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA1D

Black with #EDDA1D

Text Example


Text Example

White with #EDDA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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