Html Css Color HEX #EDD40F Broom

📋 copy color: '#EDD40F'

red 237 ◦ green 212 ◦ blue 15

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

Shades of Broom #EDD40F

Tints of Broom #EDD40F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.23%

R = 51.08%
G = 45.69%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDD40F (or 0xEDD40F) is known color: Broom. HEX triplet: ED, D4 and 0F. RGB value is (237,212,15). Sum of RGB (Red+Green+Blue) = 237+212+15=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 15 (6.25% from 255 or 3.23% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD40F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD40F is #122BF0. Grayscale: #C5C5C5. Windows color (decimal): -1190897 or 1037549. OLE color: 1037549.

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

Color convert

RGB 237 212 15 -
CMYK 0 0.11 0.94 0.07
HSL 53.24º 0.88% 0.49% -
HSV(B) 53.24º 0.94% 0.93% -
XYZ 58.55 65.13 9.94 -
YUV 197.02 25.28 156.52 -
System Red Green Blue C M Y K H S L
Decimal 237 212 15 0 0.11 0.94 0.07 53.24 0.88 0.49
Hex ED D4 F 0 B 5E 7 35 58 31
Octal 355 324 17 0 13 136 7 65 130 61
Binary 11101101 11010100 1111 0 1011 1011110 111 110101 1011000 110001

Color Harmonies of #EDD40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD40F

Black with #EDD40F

Text Example


Text Example

White with #EDD40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD40F; }

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

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

background-color css

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

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

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

border-color css

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

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

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