Html Css Color HEX #CE8522 Geebung

📋 copy color: '#CE8522'

red 206 ◦ green 133 ◦ blue 34

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

Shades of Geebung #CE8522

Tints of Geebung #CE8522

RGB

 RED value IS 206 (80.86% from 255) = 55.23%

 GREEN value IS 133 (52.34% from 255) = 35.66%

 BLUE value IS 34 (13.67% from 255) = 9.12%

R = 55.23%
G = 35.66%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CE8522 (or 0xCE8522) is known color: Geebung. HEX triplet: CE, 85 and 22. RGB value is (206,133,34). Sum of RGB (Red+Green+Blue) = 206+133+34=373 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.23% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 34 (13.67% from 255 or 9.12% from 373); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8522 is #317ADD. Grayscale: #909090. Windows color (decimal): -3242718 or 2262478. OLE color: 2262478.

HSL color Cylindrical-coordinate representation of color #CE8522: hue angle of 34.53º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE8522 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 133 34 -
CMYK 0 0.35 0.83 0.19
HSL 34.53º 0.72% 0.47% -
HSV(B) 34.53º 0.83% 0.81% -
XYZ 34.13 30.01 5.51 -
YUV 143.54 66.18 172.55 -
System Red Green Blue C M Y K H S L
Decimal 206 133 34 0 0.35 0.83 0.19 34.53 0.72 0.47
Hex CE 85 22 0 23 53 13 23 48 2F
Octal 316 205 42 0 43 123 23 43 110 57
Binary 11001110 10000101 100010 0 100011 1010011 10011 100011 1001000 101111

Color Harmonies of #CE8522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8522

Black with #CE8522

Text Example


Text Example

White with #CE8522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8522; }

 p { color: rgb(206,133,34); }

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

background-color css

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

 a { background-color: rgb(206,133,34); }

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

border-color css

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

 span { border-color: rgb(206,133,34); }

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