Html Css Color HEX #CEBA24 Barberry

📋 copy color: '#CEBA24'

red 206 ◦ green 186 ◦ blue 36

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

Shades of Barberry #CEBA24

Tints of Barberry #CEBA24

RGB

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

 GREEN value IS 186 (73.05% from 255) = 43.46%

 BLUE value IS 36 (14.45% from 255) = 8.41%

R = 48.13%
G = 43.46%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.19

RGB Variations

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

Color information

#CEBA24 (or 0xCEBA24) is known color: Barberry. HEX triplet: CE, BA and 24. RGB value is (206,186,36). Sum of RGB (Red+Green+Blue) = 206+186+36=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 36 (14.45% from 255 or 8.41% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA24 is #3145DB. Grayscale: #AFAFAF. Windows color (decimal): -3229148 or 2407118. OLE color: 2407118.

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

Color convert

RGB 206 186 36 -
CMYK 0 0.10 0.83 0.19
HSL 52.94º 0.7% 0.47% -
HSV(B) 52.94º 0.83% 0.81% -
XYZ 43.33 48.37 8.72 -
YUV 174.88 49.63 150.2 -
System Red Green Blue C M Y K H S L
Decimal 206 186 36 0 0.10 0.83 0.19 52.94 0.7 0.47
Hex CE BA 24 0 A 53 13 35 46 2F
Octal 316 272 44 0 12 123 23 65 106 57
Binary 11001110 10111010 100100 0 1010 1010011 10011 110101 1000110 101111

Color Harmonies of #CEBA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBA24

Black with #CEBA24

Text Example


Text Example

White with #CEBA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBA24; }

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

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

background-color css

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

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

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

border-color css

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

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

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