Html Css Color HEX #CEBF1E Bird Flower

📋 copy color: '#CEBF1E'

red 206 ◦ green 191 ◦ blue 30

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

Shades of Bird Flower #CEBF1E

Tints of Bird Flower #CEBF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.03%

R = 48.24%
G = 44.73%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CEBF1E (or 0xCEBF1E) is known color: Bird Flower. HEX triplet: CE, BF and 1E. RGB value is (206,191,30). Sum of RGB (Red+Green+Blue) = 206+191+30=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 30 (12.11% from 255 or 7.03% from 427); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBF1E is #3140E1. Grayscale: #B1B1B1. Windows color (decimal): -3227874 or 2015182. OLE color: 2015182.

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

Color convert

RGB 206 191 30 -
CMYK 0 0.07 0.85 0.19
HSL 54.89º 0.75% 0.46% -
HSV(B) 54.89º 0.85% 0.81% -
XYZ 44.32 50.48 8.64 -
YUV 177.13 44.97 148.59 -
System Red Green Blue C M Y K H S L
Decimal 206 191 30 0 0.07 0.85 0.19 54.89 0.75 0.46
Hex CE BF 1E 0 7 55 13 37 4B 2E
Octal 316 277 36 0 7 125 23 67 113 56
Binary 11001110 10111111 11110 0 111 1010101 10011 110111 1001011 101110

Color Harmonies of #CEBF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBF1E

Black with #CEBF1E

Text Example


Text Example

White with #CEBF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBF1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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