Html Css Color HEX #EFD850 Portica

📋 copy color: '#EFD850'

red 239 ◦ green 216 ◦ blue 80

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

Shades of Portica #EFD850

Tints of Portica #EFD850

RGB

 RED value IS 239 (93.75% from 255) = 44.67%

 GREEN value IS 216 (84.77% from 255) = 40.37%

 BLUE value IS 80 (31.64% from 255) = 14.95%

R = 44.67%
G = 40.37%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#EFD850 (or 0xEFD850) is known color: Portica. HEX triplet: EF, D8 and 50. RGB value is (239,216,80). Sum of RGB (Red+Green+Blue) = 239+216+80=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 216 (84.77% from 255 or 40.37% from 535); Blue value is 80 (31.64% from 255 or 14.95% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD850 is #1027AF. Grayscale: #CFCFCF. Windows color (decimal): -1058736 or 5298415. OLE color: 5298415.

HSL color Cylindrical-coordinate representation of color #EFD850: hue angle of 51.32º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFD850 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 216 80 -
CMYK 0 0.10 0.67 0.06
HSL 51.32º 0.83% 0.63% -
HSV(B) 51.32º 0.67% 0.94% -
XYZ 61.6 68.04 17.48 -
YUV 207.37 56.12 150.56 -
System Red Green Blue C M Y K H S L
Decimal 239 216 80 0 0.10 0.67 0.06 51.32 0.83 0.63
Hex EF D8 50 0 A 43 6 33 53 3F
Octal 357 330 120 0 12 103 6 63 123 77
Binary 11101111 11011000 1010000 0 1010 1000011 110 110011 1010011 111111

Color Harmonies of #EFD850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD850

Black with #EFD850

Text Example


Text Example

White with #EFD850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD850; }

 p { color: rgb(239,216,80); }

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

background-color css

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

 a { background-color: rgb(239,216,80); }

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

border-color css

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

 span { border-color: rgb(239,216,80); }

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