Html Css Color HEX #E6CA1A Broom

📋 copy color: '#E6CA1A'

red 230 ◦ green 202 ◦ blue 26

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

Shades of Broom #E6CA1A

Tints of Broom #E6CA1A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.1%

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

R = 50.22%
G = 44.1%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E6CA1A (or 0xE6CA1A) is known color: Broom. HEX triplet: E6, CA and 1A. RGB value is (230,202,26). Sum of RGB (Red+Green+Blue) = 230+202+26=458 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.22% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 26 (10.55% from 255 or 5.68% from 458); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6CA1A is #1935E5. Grayscale: #BFBFBF. Windows color (decimal): -1652198 or 1755878. OLE color: 1755878.

HSL color Cylindrical-coordinate representation of color #E6CA1A: hue angle of 51.76º 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 #E6CA1A is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 202 26 -
CMYK 0 0.12 0.89 0.10
HSL 51.76º 0.8% 0.5% -
HSV(B) 51.76º 0.89% 0.9% -
XYZ 53.94 59.14 9.55 -
YUV 190.31 35.28 156.31 -
System Red Green Blue C M Y K H S L
Decimal 230 202 26 0 0.12 0.89 0.10 51.76 0.8 0.5
Hex E6 CA 1A 0 C 59 A 34 50 32
Octal 346 312 32 0 14 131 12 64 120 62
Binary 11100110 11001010 11010 0 1100 1011001 1010 110100 1010000 110010

Color Harmonies of #E6CA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6CA1A

Black with #E6CA1A

Text Example


Text Example

White with #E6CA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6CA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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