Html Css Color HEX #CEDA11 Barberry

📋 copy color: '#CEDA11'

red 206 ◦ green 218 ◦ blue 17

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

Shades of Barberry #CEDA11

Tints of Barberry #CEDA11

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.43%

 BLUE value IS 17 (7.03% from 255) = 3.85%

R = 46.71%
G = 49.43%
B = 3.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#CEDA11 (or 0xCEDA11) is known color: Barberry. HEX triplet: CE, DA and 11. RGB value is (206,218,17). Sum of RGB (Red+Green+Blue) = 206+218+17=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 17 (7.03% from 255 or 3.85% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDA11 is #3125EE. Grayscale: #C0C0C0. Windows color (decimal): -3220975 or 1170126. OLE color: 1170126.

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

Color convert

RGB 206 218 17 -
CMYK 0.06 0 0.92 0.15
HSL 63.58º 0.86% 0.46% -
HSV(B) 63.58º 0.92% 0.85% -
XYZ 50.63 63.31 10.08 -
YUV 191.5 29.52 138.34 -
System Red Green Blue C M Y K H S L
Decimal 206 218 17 0.06 0 0.92 0.15 63.58 0.86 0.46
Hex CE DA 11 6 0 5C F 40 56 2E
Octal 316 332 21 6 0 134 17 100 126 56
Binary 11001110 11011010 10001 110 0 1011100 1111 1000000 1010110 101110

Color Harmonies of #CEDA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDA11

Black with #CEDA11

Text Example


Text Example

White with #CEDA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDA11; }

 p { color: rgb(206,218,17); }

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

background-color css

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

 a { background-color: rgb(206,218,17); }

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

border-color css

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

 span { border-color: rgb(206,218,17); }

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