Html Css Color HEX #CE741A Ochre

📋 copy color: '#CE741A'

red 206 ◦ green 116 ◦ blue 26

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

Shades of Ochre #CE741A

Tints of Ochre #CE741A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.33%

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

R = 59.2%
G = 33.33%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CE741A (or 0xCE741A) is known color: Ochre. HEX triplet: CE, 74 and 1A. RGB value is (206,116,26). Sum of RGB (Red+Green+Blue) = 206+116+26=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE741A is #318BE5. Grayscale: #858585. Windows color (decimal): -3247078 or 1733838. OLE color: 1733838.

HSL color Cylindrical-coordinate representation of color #CE741A: hue angle of 30º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE741A is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 116 26 -
CMYK 0 0.44 0.87 0.19
HSL 30º 0.78% 0.45% -
HSV(B) 30º 0.87% 0.81% -
XYZ 31.89 25.69 4.25 -
YUV 132.65 67.82 180.32 -
System Red Green Blue C M Y K H S L
Decimal 206 116 26 0 0.44 0.87 0.19 30 0.78 0.45
Hex CE 74 1A 0 2C 57 13 1E 4E 2D
Octal 316 164 32 0 54 127 23 36 116 55
Binary 11001110 1110100 11010 0 101100 1010111 10011 11110 1001110 101101

Color Harmonies of #CE741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE741A

Black with #CE741A

Text Example


Text Example

White with #CE741A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE741A; }

 p { color: rgb(206,116,26); }

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

background-color css

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

 a { background-color: rgb(206,116,26); }

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

border-color css

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

 span { border-color: rgb(206,116,26); }

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