Html Css Color HEX #CEBA25 Barberry

📋 copy color: '#CEBA25'

red 206 ◦ green 186 ◦ blue 37

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

Shades of Barberry #CEBA25

Tints of Barberry #CEBA25

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 value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CEBA25 (or 0xCEBA25) is known color: 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

RGB 206 186 37 -
CMYK 0 0.10 0.82 0.19
HSL 52.9º 0.7% 0.48% -
HSV(B) 52.9º 0.82% 0.81% -
XYZ 43.35 48.37 8.8 -
YUV 174.99 50.13 150.12 -
System Red Green Blue C M Y K H S L
Decimal 206 186 37 0 0.10 0.82 0.19 52.9 0.7 0.48
Hex CE BA 25 0 A 52 13 35 46 30
Octal 316 272 45 0 12 122 23 65 106 60
Binary 11001110 10111010 100101 0 1010 1010010 10011 110101 1000110 110000

Color Harmonies of #CEBA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA25

Black with #CEBA25

Text Example


Text Example

White with #CEBA25

Text Example


Text Example

HTML Codes & Css Web 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>