Html Css Color HEX #CEBC4E Tacha

📋 copy color: '#CEBC4E'

red 206 ◦ green 188 ◦ blue 78

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

Shades of Tacha #CEBC4E

Tints of Tacha #CEBC4E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.83%

 BLUE value IS 78 (30.86% from 255) = 16.53%

R = 43.64%
G = 39.83%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CEBC4E (or 0xCEBC4E) is known color: Tacha. HEX triplet: CE, BC and 4E. RGB value is (206,188,78). Sum of RGB (Red+Green+Blue) = 206+188+78=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 188 (73.83% from 255 or 39.83% from 472); Blue value is 78 (30.86% from 255 or 16.53% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBC4E is #3143B1. Grayscale: #B5B5B5. Windows color (decimal): -3228594 or 5160142. OLE color: 5160142.

HSL color Cylindrical-coordinate representation of color #CEBC4E: hue angle of 51.56º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEBC4E is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 188 78 -
CMYK 0 0.09 0.62 0.19
HSL 51.56º 0.57% 0.56% -
HSV(B) 51.56º 0.62% 0.81% -
XYZ 44.81 49.64 14.43 -
YUV 180.84 69.96 145.94 -
System Red Green Blue C M Y K H S L
Decimal 206 188 78 0 0.09 0.62 0.19 51.56 0.57 0.56
Hex CE BC 4E 0 9 3E 13 34 39 38
Octal 316 274 116 0 11 76 23 64 71 70
Binary 11001110 10111100 1001110 0 1001 111110 10011 110100 111001 111000

Color Harmonies of #CEBC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC4E

Black with #CEBC4E

Text Example


Text Example

White with #CEBC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC4E; }

 p { color: rgb(206,188,78); }

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

background-color css

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

 a { background-color: rgb(206,188,78); }

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

border-color css

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

 span { border-color: rgb(206,188,78); }

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