Html Css Color HEX #E6CE1A Broom

📋 copy color: '#E6CE1A'

red 230 ◦ green 206 ◦ blue 26

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

Shades of Broom #E6CE1A

Tints of Broom #E6CE1A

RGB

 RED value IS 230 (90.23% from 255) = 49.78%

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

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

R = 49.78%
G = 44.59%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E6CE1A (or 0xE6CE1A) is known color: Broom. HEX triplet: E6, CE and 1A. RGB value is (230,206,26). Sum of RGB (Red+Green+Blue) = 230+206+26=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 206 (80.86% from 255 or 44.59% from 462); Blue value is 26 (10.55% from 255 or 5.63% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CE1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CE1A is #1931E5. Grayscale: #C1C1C1. Windows color (decimal): -1651174 or 1756902. OLE color: 1756902.

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

Color convert

RGB 230 206 26 -
CMYK 0 0.10 0.89 0.10
HSL 52.94º 0.8% 0.5% -
HSV(B) 52.94º 0.89% 0.9% -
XYZ 54.89 61.04 9.87 -
YUV 192.66 33.95 154.64 -
System Red Green Blue C M Y K H S L
Decimal 230 206 26 0 0.10 0.89 0.10 52.94 0.8 0.5
Hex E6 CE 1A 0 A 59 A 35 50 32
Octal 346 316 32 0 12 131 12 65 120 62
Binary 11100110 11001110 11010 0 1010 1011001 1010 110101 1010000 110010

Color Harmonies of #E6CE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CE1A

Black with #E6CE1A

Text Example


Text Example

White with #E6CE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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