Html Css Color HEX #CEDA0E Barberry

📋 copy color: '#CEDA0E'

red 206 ◦ green 218 ◦ blue 14

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

Shades of Barberry #CEDA0E

Tints of Barberry #CEDA0E

RGB

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

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

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

R = 47.03%
G = 49.77%
B = 3.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#CEDA0E (or 0xCEDA0E) is known color: Barberry. HEX triplet: CE, DA and 0E. RGB value is (206,218,14). Sum of RGB (Red+Green+Blue) = 206+218+14=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 14 (5.86% from 255 or 3.20% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDA0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDA0E is #3125F1. Grayscale: #BFBFBF. Windows color (decimal): -3220978 or 973518. OLE color: 973518.

HSL color Cylindrical-coordinate representation of color #CEDA0E: hue angle of 63.53º 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 #CEDA0E is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 218 14 -
CMYK 0.06 0 0.94 0.15
HSL 63.53º 0.88% 0.45% -
HSV(B) 63.53º 0.94% 0.85% -
XYZ 50.6 63.3 9.97 -
YUV 191.16 28.02 138.59 -
System Red Green Blue C M Y K H S L
Decimal 206 218 14 0.06 0 0.94 0.15 63.53 0.88 0.45
Hex CE DA E 6 0 5E F 40 58 2D
Octal 316 332 16 6 0 136 17 100 130 55
Binary 11001110 11011010 1110 110 0 1011110 1111 1000000 1011000 101101

Color Harmonies of #CEDA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDA0E

Black with #CEDA0E

Text Example


Text Example

White with #CEDA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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