Html Css Color HEX #EBD64C Portica

📋 copy color: '#EBD64C'

red 235 ◦ green 214 ◦ blue 76

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

Shades of Portica #EBD64C

Tints of Portica #EBD64C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.76%

 BLUE value IS 76 (30.08% from 255) = 14.48%

R = 44.76%
G = 40.76%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#EBD64C (or 0xEBD64C) is known color: Portica. HEX triplet: EB, D6 and 4C. RGB value is (235,214,76). Sum of RGB (Red+Green+Blue) = 235+214+76=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 76 (30.08% from 255 or 14.48% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD64C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD64C is #1429B3. Grayscale: #CDCDCD. Windows color (decimal): -1321396 or 5035755. OLE color: 5035755.

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

Color convert

RGB 235 214 76 -
CMYK 0 0.09 0.68 0.08
HSL 52.08º 0.8% 0.61% -
HSV(B) 52.08º 0.68% 0.92% -
XYZ 59.61 66.28 16.49 -
YUV 204.55 55.46 149.72 -
System Red Green Blue C M Y K H S L
Decimal 235 214 76 0 0.09 0.68 0.08 52.08 0.8 0.61
Hex EB D6 4C 0 9 44 8 34 50 3D
Octal 353 326 114 0 11 104 10 64 120 75
Binary 11101011 11010110 1001100 0 1001 1000100 1000 110100 1010000 111101

Color Harmonies of #EBD64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD64C

Black with #EBD64C

Text Example


Text Example

White with #EBD64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD64C; }

 p { color: rgb(235,214,76); }

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

background-color css

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

 a { background-color: rgb(235,214,76); }

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

border-color css

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

 span { border-color: rgb(235,214,76); }

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