Html Css Color HEX #CEDB10 Barberry

📋 copy color: '#CEDB10'

red 206 ◦ green 219 ◦ blue 16

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

Shades of Barberry #CEDB10

Tints of Barberry #CEDB10

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.66%

 BLUE value IS 16 (6.64% from 255) = 3.63%

R = 46.71%
G = 49.66%
B = 3.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#CEDB10 (or 0xCEDB10) is known color: Barberry. HEX triplet: CE, DB and 10. RGB value is (206,219,16). Sum of RGB (Red+Green+Blue) = 206+219+16=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDB10 is #3124EF. Grayscale: #C0C0C0. Windows color (decimal): -3220720 or 1104846. OLE color: 1104846.

HSL color Cylindrical-coordinate representation of color #CEDB10: hue angle of 63.84º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CEDB10 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 219 16 -
CMYK 0.06 0 0.93 0.14
HSL 63.84º 0.86% 0.46% -
HSV(B) 63.84º 0.93% 0.86% -
XYZ 50.88 63.82 10.13 -
YUV 191.97 28.69 138.01 -
System Red Green Blue C M Y K H S L
Decimal 206 219 16 0.06 0 0.93 0.14 63.84 0.86 0.46
Hex CE DB 10 6 0 5D E 40 56 2E
Octal 316 333 20 6 0 135 16 100 126 56
Binary 11001110 11011011 10000 110 0 1011101 1110 1000000 1010110 101110

Color Harmonies of #CEDB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDB10

Black with #CEDB10

Text Example


Text Example

White with #CEDB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDB10; }

 p { color: rgb(206,219,16); }

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

background-color css

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

 a { background-color: rgb(206,219,16); }

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

border-color css

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

 span { border-color: rgb(206,219,16); }

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