Html Css Color HEX #EDDC1D Broom

📋 copy color: '#EDDC1D'

red 237 ◦ green 220 ◦ blue 29

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

Shades of Broom #EDDC1D

Tints of Broom #EDDC1D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.27%

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

R = 48.77%
G = 45.27%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDDC1D (or 0xEDDC1D) is known color: Broom. HEX triplet: ED, DC and 1D. RGB value is (237,220,29). Sum of RGB (Red+Green+Blue) = 237+220+29=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 29 (11.72% from 255 or 5.97% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDDC1D is #1223E2. Grayscale: #CCCCCC. Windows color (decimal): -1188835 or 1957101. OLE color: 1957101.

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

Color convert

RGB 237 220 29 -
CMYK 0 0.07 0.88 0.07
HSL 55.1º 0.85% 0.52% -
HSV(B) 55.1º 0.88% 0.93% -
XYZ 60.74 69.28 11.33 -
YUV 203.31 29.63 152.03 -
System Red Green Blue C M Y K H S L
Decimal 237 220 29 0 0.07 0.88 0.07 55.1 0.85 0.52
Hex ED DC 1D 0 7 58 7 37 55 34
Octal 355 334 35 0 7 130 7 67 125 64
Binary 11101101 11011100 11101 0 111 1011000 111 110111 1010101 110100

Color Harmonies of #EDDC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC1D

Black with #EDDC1D

Text Example


Text Example

White with #EDDC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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