Html Css Color HEX #CEBE04 Bird Flower

📋 copy color: '#CEBE04'

red 206 ◦ green 190 ◦ blue 4

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

Shades of Bird Flower #CEBE04

Tints of Bird Flower #CEBE04

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.5%

 BLUE value IS 4 (1.95% from 255) = 1%

R = 51.5%
G = 47.5%
B = 1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CEBE04 (or 0xCEBE04) is known color: Bird Flower. HEX triplet: CE, BE and 04. RGB value is (206,190,4). Sum of RGB (Red+Green+Blue) = 206+190+4=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBE04 is #3141FB. Grayscale: #AEAEAE. Windows color (decimal): -3228156 or 310990. OLE color: 310990.

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

Color convert

RGB 206 190 4 -
CMYK 0 0.08 0.98 0.19
HSL 55.25º 0.96% 0.41% -
HSV(B) 55.25º 0.98% 0.81% -
XYZ 43.89 49.96 7.44 -
YUV 173.58 32.3 151.12 -
System Red Green Blue C M Y K H S L
Decimal 206 190 4 0 0.08 0.98 0.19 55.25 0.96 0.41
Hex CE BE 4 0 8 62 13 37 60 29
Octal 316 276 4 0 10 142 23 67 140 51
Binary 11001110 10111110 100 0 1000 1100010 10011 110111 1100000 101001

Color Harmonies of #CEBE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBE04

Black with #CEBE04

Text Example


Text Example

White with #CEBE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBE04; }

 p { color: rgb(206,190,4); }

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

background-color css

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

 a { background-color: rgb(206,190,4); }

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

border-color css

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

 span { border-color: rgb(206,190,4); }

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