Html Css Color HEX #CECF07 Bird Flower

📋 copy color: '#CECF07'

red 206 ◦ green 207 ◦ blue 7

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

Shades of Bird Flower #CECF07

Tints of Bird Flower #CECF07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.67%

R = 49.05%
G = 49.29%
B = 1.67%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CECF07 (or 0xCECF07) is known color: Bird Flower. HEX triplet: CE, CF and 07. RGB value is (206,207,7). Sum of RGB (Red+Green+Blue) = 206+207+7=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #CECF07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECF07 is #3130F8. Grayscale: #B8B8B8. Windows color (decimal): -3223801 or 511950. OLE color: 511950.

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

Color convert

RGB 206 207 7 -
CMYK 0.00 0 0.97 0.19
HSL 60.3º 0.93% 0.42% -
HSV(B) 60.3º 0.97% 0.81% -
XYZ 47.8 57.76 8.83 -
YUV 183.9 28.17 143.76 -
System Red Green Blue C M Y K H S L
Decimal 206 207 7 0.00 0 0.97 0.19 60.3 0.93 0.42
Hex CE CF 7 0 0 61 13 3C 5D 2A
Octal 316 317 7 0 0 141 23 74 135 52
Binary 11001110 11001111 111 0 0 1100001 10011 111100 1011101 101010

Color Harmonies of #CECF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CECF07

Black with #CECF07

Text Example


Text Example

White with #CECF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CECF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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