#CEC114

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

Shades of Bird Flower #CEC114

Tints of Bird Flower #CEC114

Color information

#CEC114 (or 0xCEC114) is unknown color: approx Bird Flower. HEX triplet: CE, C1 and 14. RGB value is (206,193,20). Sum of RGB (Red+Green+Blue) = 206+193+20=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC114 is #313EEB. Grayscale: #B1B1B1. Windows color (decimal): -3227372 or 1360334. OLE color: 1360334.

HSL color Cylindrical-coordinate representation of color #CEC114: hue angle of 55.81º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEC114 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB20619320-
CMYK00.060.900.19
HSL55.81º82.3%44.31%-
HSV(B)55.81º90.29%80.78%-
XYZ44.6551.318.21-
YUV177.1639.31148.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.16%
GREEN value IS 193 (75.78% from 255) = 46.06%
BLUE value IS 20 (8.20% from 255) = 4.77%
R=49.16%
G=46.06%
B=4.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061932000.060.900.1955.8182.344.31
HexCEC114065A1338522c
Octal3163012406132237012254
Binary11001110110000011010001101011010100111110001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC114; }

 p { color: rgb(206,193,20); }

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

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

 a { background-color: rgb(206,193,20); }

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

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

 span { border-color: rgb(206,193,20); }

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