Html Css Color HEX #CECF01 Bird Flower

📋 copy color: '#CECF01'

red 206 ◦ green 207 ◦ blue 1

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

Shades of Bird Flower #CECF01

Tints of Bird Flower #CECF01

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 49.76%
G = 50%
B = 0.24%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CECF01 (or 0xCECF01) is known color: Bird Flower. HEX triplet: CE, CF and 01. RGB value is (206,207,1). Sum of RGB (Red+Green+Blue) = 206+207+1=414 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.76% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 1 (0.78% from 255 or 0.24% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECF01 is #3130FE. Grayscale: #B8B8B8. Windows color (decimal): -3223807 or 118734. OLE color: 118734.

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

Color convert

RGB 206 207 1 -
CMYK 0.00 0 1.00 0.19
HSL 60.29º 0.99% 0.41% -
HSV(B) 60.29º 1% 0.81% -
XYZ 47.77 57.75 8.66 -
YUV 183.22 25.17 144.25 -
System Red Green Blue C M Y K H S L
Decimal 206 207 1 0.00 0 1.00 0.19 60.29 0.99 0.41
Hex CE CF 1 0 0 64 13 3C 63 29
Octal 316 317 1 0 0 144 23 74 143 51
Binary 11001110 11001111 1 0 0 1100100 10011 111100 1100011 101001

Color Harmonies of #CECF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECF01

Black with #CECF01

Text Example


Text Example

White with #CECF01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECF01; }

 p { color: rgb(206,207,1); }

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

background-color css

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

 a { background-color: rgb(206,207,1); }

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

border-color css

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

 span { border-color: rgb(206,207,1); }

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