Html Css Color HEX #EBCE5A Portica

📋 copy color: '#EBCE5A'

red 235 ◦ green 206 ◦ blue 90

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

Shades of Portica #EBCE5A

Tints of Portica #EBCE5A

RGB

 RED value IS 235 (92.19% from 255) = 44.26%

 GREEN value IS 206 (80.86% from 255) = 38.79%

 BLUE value IS 90 (35.55% from 255) = 16.95%

R = 44.26%
G = 38.79%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EBCE5A (or 0xEBCE5A) is known color: Portica. HEX triplet: EB, CE and 5A. RGB value is (235,206,90). Sum of RGB (Red+Green+Blue) = 235+206+90=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 206 (80.86% from 255 or 38.79% from 531); Blue value is 90 (35.55% from 255 or 16.95% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCE5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCE5A is #1431A5. Grayscale: #C9C9C9. Windows color (decimal): -1323430 or 5951211. OLE color: 5951211.

HSL color Cylindrical-coordinate representation of color #EBCE5A: hue angle of 48º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EBCE5A is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 206 90 -
CMYK 0 0.12 0.62 0.08
HSL 48º 0.78% 0.64% -
HSV(B) 48º 0.62% 0.92% -
XYZ 58.18 62.54 18.68 -
YUV 201.45 65.11 151.93 -
System Red Green Blue C M Y K H S L
Decimal 235 206 90 0 0.12 0.62 0.08 48 0.78 0.64
Hex EB CE 5A 0 C 3E 8 30 4E 40
Octal 353 316 132 0 14 76 10 60 116 100
Binary 11101011 11001110 1011010 0 1100 111110 1000 110000 1001110 1000000

Color Harmonies of #EBCE5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCE5A

Black with #EBCE5A

Text Example


Text Example

White with #EBCE5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCE5A; }

 p { color: rgb(235,206,90); }

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

background-color css

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

 a { background-color: rgb(235,206,90); }

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

border-color css

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

 span { border-color: rgb(235,206,90); }

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