Html Css Color HEX #EBCB5C Portica

📋 copy color: '#EBCB5C'

red 235 ◦ green 203 ◦ blue 92

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

Shades of Portica #EBCB5C

Tints of Portica #EBCB5C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.3%

 BLUE value IS 92 (36.33% from 255) = 17.36%

R = 44.34%
G = 38.3%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EBCB5C (or 0xEBCB5C) is known color: Portica. HEX triplet: EB, CB and 5C. RGB value is (235,203,92). Sum of RGB (Red+Green+Blue) = 235+203+92=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 92 (36.33% from 255 or 17.36% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBCB5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBCB5C is #1434A3. Grayscale: #C8C8C8. Windows color (decimal): -1324196 or 6081515. OLE color: 6081515.

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

Color convert

RGB 235 203 92 -
CMYK 0 0.14 0.61 0.08
HSL 46.57º 0.78% 0.64% -
HSV(B) 46.57º 0.61% 0.92% -
XYZ 57.55 61.15 18.89 -
YUV 199.91 67.1 153.03 -
System Red Green Blue C M Y K H S L
Decimal 235 203 92 0 0.14 0.61 0.08 46.57 0.78 0.64
Hex EB CB 5C 0 E 3D 8 2F 4E 40
Octal 353 313 134 0 16 75 10 57 116 100
Binary 11101011 11001011 1011100 0 1110 111101 1000 101111 1001110 1000000

Color Harmonies of #EBCB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBCB5C

Black with #EBCB5C

Text Example


Text Example

White with #EBCB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBCB5C; }

 p { color: rgb(235,203,92); }

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

background-color css

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

 a { background-color: rgb(235,203,92); }

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

border-color css

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

 span { border-color: rgb(235,203,92); }

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