Html Css Color HEX #EDCE1E Broom

📋 copy color: '#EDCE1E'

red 237 ◦ green 206 ◦ blue 30

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

Shades of Broom #EDCE1E

Tints of Broom #EDCE1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.34%

R = 50.11%
G = 43.55%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDCE1E (or 0xEDCE1E) is known color: Broom. HEX triplet: ED, CE and 1E. RGB value is (237,206,30). Sum of RGB (Red+Green+Blue) = 237+206+30=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 30 (12.11% from 255 or 6.34% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE1E is #1231E1. Grayscale: #C3C3C3. Windows color (decimal): -1192418 or 2019053. OLE color: 2019053.

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

Color convert

RGB 237 206 30 -
CMYK 0 0.13 0.87 0.07
HSL 51.01º 0.85% 0.52% -
HSV(B) 51.01º 0.87% 0.93% -
XYZ 57.23 62.24 10.23 -
YUV 195.21 34.77 157.81 -
System Red Green Blue C M Y K H S L
Decimal 237 206 30 0 0.13 0.87 0.07 51.01 0.85 0.52
Hex ED CE 1E 0 D 57 7 33 55 34
Octal 355 316 36 0 15 127 7 63 125 64
Binary 11101101 11001110 11110 0 1101 1010111 111 110011 1010101 110100

Color Harmonies of #EDCE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE1E

Black with #EDCE1E

Text Example


Text Example

White with #EDCE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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