Html Css Color HEX #CEDD0E Barberry

📋 copy color: '#CEDD0E'

red 206 ◦ green 221 ◦ blue 14

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

Shades of Barberry #CEDD0E

Tints of Barberry #CEDD0E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.11%

 BLUE value IS 14 (5.86% from 255) = 3.17%

R = 46.71%
G = 50.11%
B = 3.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#CEDD0E (or 0xCEDD0E) is known color: Barberry. HEX triplet: CE, DD and 0E. RGB value is (206,221,14). Sum of RGB (Red+Green+Blue) = 206+221+14=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 14 (5.86% from 255 or 3.17% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDD0E is #3122F1. Grayscale: #C1C1C1. Windows color (decimal): -3220210 or 974286. OLE color: 974286.

HSL color Cylindrical-coordinate representation of color #CEDD0E: hue angle of 64.35º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEDD0E is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 221 14 -
CMYK 0.07 0 0.94 0.13
HSL 64.35º 0.88% 0.46% -
HSV(B) 64.35º 0.94% 0.87% -
XYZ 51.39 64.87 10.23 -
YUV 192.92 27.03 137.33 -
System Red Green Blue C M Y K H S L
Decimal 206 221 14 0.07 0 0.94 0.13 64.35 0.88 0.46
Hex CE DD E 7 0 5E D 40 58 2E
Octal 316 335 16 7 0 136 15 100 130 56
Binary 11001110 11011101 1110 111 0 1011110 1101 1000000 1011000 101110

Color Harmonies of #CEDD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD0E

Black with #CEDD0E

Text Example


Text Example

White with #CEDD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD0E; }

 p { color: rgb(206,221,14); }

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

background-color css

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

 a { background-color: rgb(206,221,14); }

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

border-color css

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

 span { border-color: rgb(206,221,14); }

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