Html Css Color HEX #EDD41D Broom

📋 copy color: '#EDD41D'

red 237 ◦ green 212 ◦ blue 29

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

Shades of Broom #EDD41D

Tints of Broom #EDD41D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 44.35%

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

R = 49.58%
G = 44.35%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDD41D (or 0xEDD41D) is known color: Broom. HEX triplet: ED, D4 and 1D. RGB value is (237,212,29). Sum of RGB (Red+Green+Blue) = 237+212+29=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 29 (11.72% from 255 or 6.07% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD41D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD41D is #122BE2. Grayscale: #C7C7C7. Windows color (decimal): -1190883 or 1955053. OLE color: 1955053.

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

Color convert

RGB 237 212 29 -
CMYK 0 0.11 0.88 0.07
HSL 52.79º 0.85% 0.52% -
HSV(B) 52.79º 0.88% 0.93% -
XYZ 58.69 65.18 10.65 -
YUV 198.61 32.28 155.38 -
System Red Green Blue C M Y K H S L
Decimal 237 212 29 0 0.11 0.88 0.07 52.79 0.85 0.52
Hex ED D4 1D 0 B 58 7 35 55 34
Octal 355 324 35 0 13 130 7 65 125 64
Binary 11101101 11010100 11101 0 1011 1011000 111 110101 1010101 110100

Color Harmonies of #EDD41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD41D

Black with #EDD41D

Text Example


Text Example

White with #EDD41D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD41D; }

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

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

background-color css

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

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

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

border-color css

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

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

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