Html Css Color HEX #EDCE1D Broom

📋 copy color: '#EDCE1D'

red 237 ◦ green 206 ◦ blue 29

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

Shades of Broom #EDCE1D

Tints of Broom #EDCE1D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.64%

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

R = 50.21%
G = 43.64%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDCE1D (or 0xEDCE1D) is known color: Broom. HEX triplet: ED, CE and 1D. RGB value is (237,206,29). Sum of RGB (Red+Green+Blue) = 237+206+29=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 29 (11.72% from 255 or 6.14% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE1D is #1231E2. Grayscale: #C3C3C3. Windows color (decimal): -1192419 or 1953517. OLE color: 1953517.

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

Color convert

RGB 237 206 29 -
CMYK 0 0.13 0.88 0.07
HSL 51.06º 0.85% 0.52% -
HSV(B) 51.06º 0.88% 0.93% -
XYZ 57.22 62.24 10.16 -
YUV 195.09 34.27 157.89 -
System Red Green Blue C M Y K H S L
Decimal 237 206 29 0 0.13 0.88 0.07 51.06 0.85 0.52
Hex ED CE 1D 0 D 58 7 33 55 34
Octal 355 316 35 0 15 130 7 63 125 64
Binary 11101101 11001110 11101 0 1101 1011000 111 110011 1010101 110100

Color Harmonies of #EDCE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE1D

Black with #EDCE1D

Text Example


Text Example

White with #EDCE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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