#CED11E

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

Shades of Barberry #CED11E

Tints of Barberry #CED11E

Color information

#CED11E (or 0xCED11E) is unknown color: approx Barberry. HEX triplet: CE, D1 and 1E. RGB value is (206,209,30). Sum of RGB (Red+Green+Blue) = 206+209+30=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 30 (12.11% from 255 or 6.74% from 445); Max value from RGB is 209 - color contains mainly: green. Hex color #CED11E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED11E is #312EE1. Grayscale: #BCBCBC. Windows color (decimal): -3223266 or 2019790. OLE color: 2019790.

HSL color Cylindrical-coordinate representation of color #CED11E: hue angle of 61.01º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CED11E is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB20620930-
CMYK0.0100.860.18
HSL61.01º74.9%46.86%-
HSV(B)61.01º85.65%81.96%-
XYZ48.4958.8210.03-
YUV187.739.01141.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.29%
GREEN value IS 209 (82.03% from 255) = 46.97%
BLUE value IS 30 (12.11% from 255) = 6.74%
R=46.29%
G=46.97%
B=6.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal206209300.0100.860.1861.0174.946.86
HexCED11E1056123d4b2f
Octal3163213610126227511357
Binary110011101101000111110101010110100101111011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED11E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED11E; }

 p { color: rgb(206,209,30); }

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

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

 a { background-color: rgb(206,209,30); }

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

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

 span { border-color: rgb(206,209,30); }

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