Html Css Color HEX #E5CF2D Broom

📋 copy color: '#E5CF2D'

red 229 ◦ green 207 ◦ blue 45

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

Shades of Broom #E5CF2D

Tints of Broom #E5CF2D

RGB

 RED value IS 229 (89.84% from 255) = 47.61%

 GREEN value IS 207 (81.25% from 255) = 43.04%

 BLUE value IS 45 (17.97% from 255) = 9.36%

R = 47.61%
G = 43.04%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5CF2D (or 0xE5CF2D) is known color: Broom. HEX triplet: E5, CF and 2D. RGB value is (229,207,45). Sum of RGB (Red+Green+Blue) = 229+207+45=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 45 (17.97% from 255 or 9.36% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CF2D is #1A30D2. Grayscale: #C3C3C3. Windows color (decimal): -1716435 or 3002341. OLE color: 3002341.

HSL color Cylindrical-coordinate representation of color #E5CF2D: hue angle of 52.83º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5CF2D is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 207 45 -
CMYK 0 0.10 0.80 0.10
HSL 52.83º 0.78% 0.54% -
HSV(B) 52.83º 0.8% 0.9% -
XYZ 55.1 61.47 11.44 -
YUV 195.11 43.29 152.17 -
System Red Green Blue C M Y K H S L
Decimal 229 207 45 0 0.10 0.80 0.10 52.83 0.78 0.54
Hex E5 CF 2D 0 A 50 A 35 4E 36
Octal 345 317 55 0 12 120 12 65 116 66
Binary 11100101 11001111 101101 0 1010 1010000 1010 110101 1001110 110110

Color Harmonies of #E5CF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CF2D

Black with #E5CF2D

Text Example


Text Example

White with #E5CF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CF2D; }

 p { color: rgb(229,207,45); }

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

background-color css

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

 a { background-color: rgb(229,207,45); }

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

border-color css

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

 span { border-color: rgb(229,207,45); }

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