Html Css Color HEX #CA881E Geebung

📋 copy color: '#CA881E'

red 202 ◦ green 136 ◦ blue 30

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

Shades of Geebung #CA881E

Tints of Geebung #CA881E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.96%

 BLUE value IS 30 (12.11% from 255) = 8.15%

R = 54.89%
G = 36.96%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.21

RGB Variations

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

Color information

#CA881E (or 0xCA881E) is known color: Geebung. HEX triplet: CA, 88 and 1E. RGB value is (202,136,30). Sum of RGB (Red+Green+Blue) = 202+136+30=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA881E is #3577E1. Grayscale: #909090. Windows color (decimal): -3504098 or 2001098. OLE color: 2001098.

HSL color Cylindrical-coordinate representation of color #CA881E: hue angle of 36.98º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA881E is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 136 30 -
CMYK 0 0.33 0.85 0.21
HSL 36.98º 0.74% 0.45% -
HSV(B) 36.98º 0.85% 0.79% -
XYZ 33.4 30.26 5.31 -
YUV 143.65 63.87 169.62 -
System Red Green Blue C M Y K H S L
Decimal 202 136 30 0 0.33 0.85 0.21 36.98 0.74 0.45
Hex CA 88 1E 0 21 55 15 25 4A 2D
Octal 312 210 36 0 41 125 25 45 112 55
Binary 11001010 10001000 11110 0 100001 1010101 10101 100101 1001010 101101

Color Harmonies of #CA881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA881E

Black with #CA881E

Text Example


Text Example

White with #CA881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA881E; }

 p { color: rgb(202,136,30); }

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

background-color css

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

 a { background-color: rgb(202,136,30); }

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

border-color css

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

 span { border-color: rgb(202,136,30); }

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