Html Css Color HEX #CA5E02 Tenne (Tawny)

📋 copy color: '#CA5E02'

red 202 ◦ green 94 ◦ blue 2

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

Shades of Tenne (Tawny) #CA5E02

Tints of Tenne (Tawny) #CA5E02

RGB

 RED value IS 202 (79.3% from 255) = 67.79%

 GREEN value IS 94 (37.11% from 255) = 31.54%

 BLUE value IS 2 (1.17% from 255) = 0.67%

R = 67.79%
G = 31.54%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#CA5E02 (or 0xCA5E02) is known color: Tenne (Tawny). HEX triplet: CA, 5E and 02. RGB value is (202,94,2). Sum of RGB (Red+Green+Blue) = 202+94+2=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA5E02 is #35A1FD. Grayscale: #747474. Windows color (decimal): -3514878 or 155338. OLE color: 155338.

HSL color Cylindrical-coordinate representation of color #CA5E02: hue angle of 27.6º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA5E02 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 94 2 -
CMYK 0 0.53 0.99 0.21
HSL 27.6º 0.98% 0.4% -
HSV(B) 27.6º 0.99% 0.79% -
XYZ 28.37 20.57 2.53 -
YUV 115.8 63.78 189.48 -
System Red Green Blue C M Y K H S L
Decimal 202 94 2 0 0.53 0.99 0.21 27.6 0.98 0.4
Hex CA 5E 2 0 35 63 15 1C 62 28
Octal 312 136 2 0 65 143 25 34 142 50
Binary 11001010 1011110 10 0 110101 1100011 10101 11100 1100010 101000

Color Harmonies of #CA5E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5E02

Black with #CA5E02

Text Example


Text Example

White with #CA5E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5E02; }

 p { color: rgb(202,94,2); }

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

background-color css

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

 a { background-color: rgb(202,94,2); }

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

border-color css

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

 span { border-color: rgb(202,94,2); }

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