#CEBA25

Color #CEBA25 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #CEBA25

Tints of Barberry #CEBA25

Color information

#CEBA25 (or 0xCEBA25) is unknown color: approx Barberry. HEX triplet: CE, BA and 25. RGB value is (206,186,37). Sum of RGB (Red+Green+Blue) = 206+186+37=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 37 (14.84% from 255 or 8.62% from 429); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA25 is #3145DA. Grayscale: #AFAFAF. Windows color (decimal): -3229147 or 2472654. OLE color: 2472654.

HSL color Cylindrical-coordinate representation of color #CEBA25: hue angle of 52.9º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEBA25 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB20618637-
CMYK00.100.820.19
HSL52.9º69.55%47.65%-
HSV(B)52.9º82.04%80.78%-
XYZ43.3548.378.8-
YUV174.9950.13150.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 48.02%
GREEN value IS 186 (73.05% from 255) = 43.36%
BLUE value IS 37 (14.84% from 255) = 8.62%
R=48.02%
G=43.36%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.82
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061863700.100.820.1952.969.5547.65
HexCEBA250A5213354630
Octal31627245012122236510660
Binary1100111010111010100101010101010010100111101011000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBA25; }

 p { color: rgb(206,186,37); }

 H1.HeaderClassName
 {
   color: #CEBA25;
 }
 .AnyTagClassName
 {
   color: #CEBA25;
 }
</style>
background-color css

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

 a { background-color: rgb(206,186,37); }

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

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

 span { border-color: rgb(206,186,37); }

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