Html Css Color HEX #CED90E Barberry

📋 copy color: '#CED90E'

red 206 ◦ green 217 ◦ blue 14

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

Shades of Barberry #CED90E

Tints of Barberry #CED90E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.66%

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

R = 47.14%
G = 49.66%
B = 3.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#CED90E (or 0xCED90E) is known color: Barberry. HEX triplet: CE, D9 and 0E. RGB value is (206,217,14). Sum of RGB (Red+Green+Blue) = 206+217+14=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 14 (5.86% from 255 or 3.20% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #CED90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CED90E is #3126F1. Grayscale: #BFBFBF. Windows color (decimal): -3221234 or 973262. OLE color: 973262.

HSL color Cylindrical-coordinate representation of color #CED90E: hue angle of 63.25º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CED90E is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 217 14 -
CMYK 0.05 0 0.94 0.15
HSL 63.25º 0.88% 0.45% -
HSV(B) 63.25º 0.94% 0.85% -
XYZ 50.35 62.78 9.88 -
YUV 190.57 28.36 139.01 -
System Red Green Blue C M Y K H S L
Decimal 206 217 14 0.05 0 0.94 0.15 63.25 0.88 0.45
Hex CE D9 E 5 0 5E F 3F 58 2D
Octal 316 331 16 5 0 136 17 77 130 55
Binary 11001110 11011001 1110 101 0 1011110 1111 111111 1011000 101101

Color Harmonies of #CED90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED90E

Black with #CED90E

Text Example


Text Example

White with #CED90E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED90E; }

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

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

background-color css

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

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

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

border-color css

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

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

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