Html Css Color HEX #CEBF18 Bird Flower

📋 copy color: '#CEBF18'

red 206 ◦ green 191 ◦ blue 24

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

Shades of Bird Flower #CEBF18

Tints of Bird Flower #CEBF18

RGB

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

 GREEN value IS 191 (75% from 255) = 45.37%

 BLUE value IS 24 (9.77% from 255) = 5.7%

R = 48.93%
G = 45.37%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CEBF18 (or 0xCEBF18) is known color: Bird Flower. HEX triplet: CE, BF and 18. RGB value is (206,191,24). Sum of RGB (Red+Green+Blue) = 206+191+24=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 24 (9.77% from 255 or 5.70% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBF18 is #3140E7. Grayscale: #B1B1B1. Windows color (decimal): -3227880 or 1621966. OLE color: 1621966.

HSL color Cylindrical-coordinate representation of color #CEBF18: hue angle of 55.05º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CEBF18 is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 191 24 -
CMYK 0 0.07 0.88 0.19
HSL 55.05º 0.79% 0.45% -
HSV(B) 55.05º 0.88% 0.81% -
XYZ 44.25 50.45 8.27 -
YUV 176.45 41.97 149.08 -
System Red Green Blue C M Y K H S L
Decimal 206 191 24 0 0.07 0.88 0.19 55.05 0.79 0.45
Hex CE BF 18 0 7 58 13 37 4F 2D
Octal 316 277 30 0 7 130 23 67 117 55
Binary 11001110 10111111 11000 0 111 1011000 10011 110111 1001111 101101

Color Harmonies of #CEBF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBF18

Black with #CEBF18

Text Example


Text Example

White with #CEBF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBF18; }

 p { color: rgb(206,191,24); }

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

background-color css

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

 a { background-color: rgb(206,191,24); }

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

border-color css

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

 span { border-color: rgb(206,191,24); }

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