Html Css Color HEX #CEBC1E Bird Flower

📋 copy color: '#CEBC1E'

red 206 ◦ green 188 ◦ blue 30

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

Shades of Bird Flower #CEBC1E

Tints of Bird Flower #CEBC1E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.34%

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

R = 48.58%
G = 44.34%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CEBC1E (or 0xCEBC1E) is known color: Bird Flower. HEX triplet: CE, BC and 1E. RGB value is (206,188,30). Sum of RGB (Red+Green+Blue) = 206+188+30=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 30 (12.11% from 255 or 7.08% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC1E is #3143E1. Grayscale: #B0B0B0. Windows color (decimal): -3228642 or 2014414. OLE color: 2014414.

HSL color Cylindrical-coordinate representation of color #CEBC1E: hue angle of 53.86º 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 #CEBC1E is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 188 30 -
CMYK 0 0.09 0.85 0.19
HSL 53.86º 0.75% 0.46% -
HSV(B) 53.86º 0.85% 0.81% -
XYZ 43.67 49.18 8.42 -
YUV 175.37 45.96 149.85 -
System Red Green Blue C M Y K H S L
Decimal 206 188 30 0 0.09 0.85 0.19 53.86 0.75 0.46
Hex CE BC 1E 0 9 55 13 36 4B 2E
Octal 316 274 36 0 11 125 23 66 113 56
Binary 11001110 10111100 11110 0 1001 1010101 10011 110110 1001011 101110

Color Harmonies of #CEBC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBC1E

Black with #CEBC1E

Text Example


Text Example

White with #CEBC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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