Html Css Color HEX #CECA03 Bird Flower

📋 copy color: '#CECA03'

red 206 ◦ green 202 ◦ blue 3

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

Shades of Bird Flower #CECA03

Tints of Bird Flower #CECA03

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.15%

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 50.12%
G = 49.15%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CECA03 (or 0xCECA03) is known color: Bird Flower. HEX triplet: CE, CA and 03. RGB value is (206,202,3). Sum of RGB (Red+Green+Blue) = 206+202+3=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 202 (79.30% from 255 or 49.15% from 411); Blue value is 3 (1.56% from 255 or 0.73% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CECA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECA03 is #3135FC. Grayscale: #B5B5B5. Windows color (decimal): -3225085 or 248526. OLE color: 248526.

HSL color Cylindrical-coordinate representation of color #CECA03: hue angle of 58.82º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CECA03 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 202 3 -
CMYK 0 0.02 0.99 0.19
HSL 58.82º 0.97% 0.41% -
HSV(B) 58.82º 0.99% 0.81% -
XYZ 46.59 55.37 8.32 -
YUV 180.51 27.83 146.18 -
System Red Green Blue C M Y K H S L
Decimal 206 202 3 0 0.02 0.99 0.19 58.82 0.97 0.41
Hex CE CA 3 0 2 63 13 3B 61 29
Octal 316 312 3 0 2 143 23 73 141 51
Binary 11001110 11001010 11 0 10 1100011 10011 111011 1100001 101001

Color Harmonies of #CECA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECA03

Black with #CECA03

Text Example


Text Example

White with #CECA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECA03; }

 p { color: rgb(206,202,3); }

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

background-color css

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

 a { background-color: rgb(206,202,3); }

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

border-color css

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

 span { border-color: rgb(206,202,3); }

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