Html Css Color HEX #EDCE1A Broom

📋 copy color: '#EDCE1A'

red 237 ◦ green 206 ◦ blue 26

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

Shades of Broom #EDCE1A

Tints of Broom #EDCE1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.54%

R = 50.53%
G = 43.92%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDCE1A (or 0xEDCE1A) is known color: Broom. HEX triplet: ED, CE and 1A. RGB value is (237,206,26). Sum of RGB (Red+Green+Blue) = 237+206+26=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 26 (10.55% from 255 or 5.54% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE1A is #1231E5. Grayscale: #C3C3C3. Windows color (decimal): -1192422 or 1756909. OLE color: 1756909.

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

Color convert

RGB 237 206 26 -
CMYK 0 0.13 0.89 0.07
HSL 51.18º 0.85% 0.52% -
HSV(B) 51.18º 0.89% 0.93% -
XYZ 57.18 62.22 9.97 -
YUV 194.75 32.77 158.14 -
System Red Green Blue C M Y K H S L
Decimal 237 206 26 0 0.13 0.89 0.07 51.18 0.85 0.52
Hex ED CE 1A 0 D 59 7 33 55 34
Octal 355 316 32 0 15 131 7 63 125 64
Binary 11101101 11001110 11010 0 1101 1011001 111 110011 1010101 110100

Color Harmonies of #EDCE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE1A

Black with #EDCE1A

Text Example


Text Example

White with #EDCE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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