Html Css Color HEX #CE810F Ochre

📋 copy color: '#CE810F'

red 206 ◦ green 129 ◦ blue 15

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

Shades of Ochre #CE810F

Tints of Ochre #CE810F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.86%

 BLUE value IS 15 (6.25% from 255) = 4.29%

R = 58.86%
G = 36.86%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CE810F (or 0xCE810F) is known color: Ochre. HEX triplet: CE, 81 and 0F. RGB value is (206,129,15). Sum of RGB (Red+Green+Blue) = 206+129+15=350 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.86% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 15 (6.25% from 255 or 4.29% from 350); Max value from RGB is 206 - color contains mainly: red. Hex color #CE810F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE810F is #317EF0. Grayscale: #8B8B8B. Windows color (decimal): -3243761 or 1016270. OLE color: 1016270.

HSL color Cylindrical-coordinate representation of color #CE810F: hue angle of 35.81º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE810F is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 129 15 -
CMYK 0 0.37 0.93 0.19
HSL 35.81º 0.86% 0.43% -
HSV(B) 35.81º 0.93% 0.81% -
XYZ 33.39 28.86 4.26 -
YUV 139.03 58.01 175.77 -
System Red Green Blue C M Y K H S L
Decimal 206 129 15 0 0.37 0.93 0.19 35.81 0.86 0.43
Hex CE 81 F 0 25 5D 13 24 56 2B
Octal 316 201 17 0 45 135 23 44 126 53
Binary 11001110 10000001 1111 0 100101 1011101 10011 100100 1010110 101011

Color Harmonies of #CE810F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE810F

Black with #CE810F

Text Example


Text Example

White with #CE810F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE810F; }

 p { color: rgb(206,129,15); }

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

background-color css

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

 a { background-color: rgb(206,129,15); }

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

border-color css

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

 span { border-color: rgb(206,129,15); }

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